Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Conversation

@derNiklaas
Copy link
Contributor

@derNiklaas derNiklaas commented Dec 16, 2020

closes #116

uses: https://www.npmjs.com/package/twitch-pubsub-client

Note: I only tested the onRedemption function. I don't know if the others work, but they should work.

@hlxid hlxid self-requested a review December 16, 2020 19:57
Copy link
Member

@hlxid hlxid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks pretty good so far 👍.
However I would like the package to be renamed to nodecg-io-twitch-pubsub (and the service to twitch-pubsub) to make it clear that is for twitch as there may be other pubsub services that we may want to add in the future.
(chat will also be renamed to nodecg-io-twitch-chat for clarity but that can be done in another pull request and later).

Failing CI because of missing express-transform-bare-module-specifiers@1.0.3 is fine. The older versions were removed from the npm registry and 1.0.4 is available. The package-lock.json still uses 1.0.3 which results in the error. Will be fixed soon anyway as I want to bump all dependencies soon (maybe tomorrow if I have some time?).

@derNiklaas
Copy link
Contributor Author

derNiklaas commented Dec 16, 2020

The last commit ( fa62cae ) should've satisfy all requested changes.

@derNiklaas derNiklaas requested a review from hlxid December 16, 2020 23:11
@hlxid hlxid merged commit 13edf27 into codeoverflow-org:master Dec 17, 2020
@hlxid
Copy link
Member

hlxid commented Dec 17, 2020

Thanks!

hlxid added a commit that referenced this pull request Dec 27, 2020
As said in #116 and #146 (review) nodecg-io-twitch should be renamed to nodecg-io-twitch-chat.
Breaking change for those that are currently using it to make bundles. After pull you need to update your dependencies.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Twitch PubSub service

2 participants